home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-08-29 | 4.3 KB | 157 lines |
- #
- # SAS Makefile for the A++ Library
- # Copyright (C) by Armin Vogt
- #
- # This makefile has been created automatically with 'makesas'
- # $Id: makesas,v 1.3 1994/07/15 21:49:50 Armin_Vogt Exp Armin_Vogt 0
- #
-
- LIBRARYFILE = aplusplus.lib
- LIBSOURCE = apphome:libsource/
- APPHEADERS = appinclude:APlusPlus/
- APPINCLUDE = appinclude:
- INCLUDERCS = apphome:RCS/include/APlusPlus/
- LIBRCS = apphome:RCS/libsource/
-
-
- CI = @ ci -l
- CIOPTS = -l
- TOUCH = @ touch
-
-
- OBJS = \
- APPObject.o\
- AttrList.o\
- AutoDrawArea.o\
- BoopsiGadget.o\
- Canvas.o\
- DrawArea.o\
- FontC.o\
- GadgetCV.o\
- GBorder.o\
- GraphicObject.o\
- GT_Boolean.o\
- GT_Gadget.o\
- GT_Listview.o\
- GT_Scroller.o\
- GT_String.o\
- GWindow.o\
- IntuiMessageC.o\
- IntuiObject.o\
- IntuiRoot.o\
- Intui_TypeInfo.o\
- ITransponder.o\
- List.o\
- LvObject.o\
- MapArray.o\
- MessageC.o\
- ObjectList.o\
- PriorityList.o\
- RawKeyDecoder.o\
- RectObject.o\
- RowColumnGroup.o\
- ScreenC.o\
- SignalResponder.o\
- StdGadget.o\
- TextView.o\
- TimedMsgPort.o\
- TimerC.o\
- TypeInfo.o\
- WindowCV.o\
-
-
- $(LIBRARYFILE): $(OBJS)
- oml $(LIBRARYFILE) R $?
-
-
- .cxx.o:
- sc $*.cxx includedirectory=$(APPINCLUDE) objectname=/APPLibrary/
-
-
- #
- # A++ source RCS dependencies
- #
-
- ARexxObject.o: $(LIBSOURCE)ARexxObject.cxx $(APPHEADERS)comm/ARexxObject.h
-
- TimerC.o: $(LIBSOURCE)TimerC.cxx $(APPHEADERS)devices/TimerC.h
-
- APPObject.o: $(LIBSOURCE)APPObject.cxx $(APPHEADERS)environment/APPObject.h
-
- Classes.o: $(LIBSOURCE)Classes.cxx $(APPHEADERS)environment/Classes.h
-
- Dependencies.o: $(LIBSOURCE)Dependencies.cxx $(APPHEADERS)environment/Dependencies.h
-
- MapArray.o: $(LIBSOURCE)MapArray.cxx $(APPHEADERS)environment/MapArray.h
-
- TypeInfo.o: $(LIBSOURCE)TypeInfo.cxx $(APPHEADERS)environment/TypeInfo.h
-
- List.o: $(LIBSOURCE)List.cxx $(APPHEADERS)exec/List.h
-
- LvObject.o: $(LIBSOURCE)LvObject.cxx $(APPHEADERS)exec/LvObject.h
-
- MessageC.o: $(LIBSOURCE)MessageC.cxx $(APPHEADERS)exec/MessageC.h
-
- ObjectList.o: $(LIBSOURCE)ObjectList.cxx $(APPHEADERS)exec/ObjectList.h
-
- PriorityList.o: $(LIBSOURCE)PriorityList.cxx $(APPHEADERS)exec/PriorityList.h
-
- SignalResponder.o: $(LIBSOURCE)SignalResponder.cxx $(APPHEADERS)exec/SignalResponder.h
-
- TimedMsgPort.o: $(LIBSOURCE)TimedMsgPort.cxx $(APPHEADERS)exec/TimedMsgPort.h
-
- GT_Boolean.o: $(LIBSOURCE)GT_Boolean.cxx $(APPHEADERS)gadtools/GT_Boolean.h
-
- GT_Listview.o: $(LIBSOURCE)GT_Listview.cxx $(APPHEADERS)gadtools/GT_Listview.h
-
- GT_Scroller.o: $(LIBSOURCE)GT_Scroller.cxx $(APPHEADERS)gadtools/GT_Scroller.h
-
- GT_String.o: $(LIBSOURCE)GT_String.cxx $(APPHEADERS)gadtools/GT_String.h
-
- AutoDrawArea.o: $(LIBSOURCE)AutoDrawArea.cxx $(APPHEADERS)graphics/AutoDrawArea.h
-
- Canvas.o: $(LIBSOURCE)Canvas.cxx $(APPHEADERS)graphics/Canvas.h
-
- DrawArea.o: $(LIBSOURCE)DrawArea.cxx $(APPHEADERS)graphics/DrawArea.h
-
- FontC.o: $(LIBSOURCE)FontC.cxx $(APPHEADERS)graphics/FontC.h
-
- GBorder.o: $(LIBSOURCE)GBorder.cxx $(APPHEADERS)graphics/GBorder.h
-
- GraphicObject.o: $(LIBSOURCE)GraphicObject.cxx $(APPHEADERS)graphics/GraphicObject.h
-
- RectObject.o: $(LIBSOURCE)RectObject.cxx $(APPHEADERS)graphics/RectObject.h
-
- RowColumnGroup.o: $(LIBSOURCE)RowColumnGroup.cxx $(APPHEADERS)graphics/RowColumnGroup.h
-
- TextView.o: $(LIBSOURCE)TextView.cxx $(APPHEADERS)graphics/TextView.h
-
- BoopsiGadget.o: $(LIBSOURCE)BoopsiGadget.cxx $(APPHEADERS)intuition/BoopsiGadget.h
-
- GadgetCV.o: $(LIBSOURCE)GadgetCV.cxx $(APPHEADERS)intuition/GadgetCV.h
-
- GT_Gadget.o: $(LIBSOURCE)GT_Gadget.cxx $(APPHEADERS)intuition/GT_Gadget.h
-
- GWindow.o: $(LIBSOURCE)GWindow.cxx $(APPHEADERS)intuition/GWindow.h
-
- IntuiMessageC.o: $(LIBSOURCE)IntuiMessageC.cxx $(APPHEADERS)intuition/IntuiMessageC.h
-
- IntuiObject.o: $(LIBSOURCE)IntuiObject.cxx $(APPHEADERS)intuition/IntuiObject.h
-
- IntuiRoot.o: $(LIBSOURCE)IntuiRoot.cxx $(APPHEADERS)intuition/IntuiRoot.h
-
- Intui_TypeInfo.o: $(LIBSOURCE)Intui_TypeInfo.cxx $(APPHEADERS)intuition/Intui_TypeInfo.h
-
- ITransponder.o: $(LIBSOURCE)ITransponder.cxx $(APPHEADERS)intuition/ITransponder.h
-
- RawKeyDecoder.o: $(LIBSOURCE)RawKeyDecoder.cxx $(APPHEADERS)intuition/RawKeyDecoder.h
-
- ScreenC.o: $(LIBSOURCE)ScreenC.cxx $(APPHEADERS)intuition/ScreenC.h
-
- StdGadget.o: $(LIBSOURCE)StdGadget.cxx $(APPHEADERS)intuition/StdGadget.h
-
- WindowCV.o: $(LIBSOURCE)WindowCV.cxx $(APPHEADERS)intuition/WindowCV.h
-
- AttrList.o: $(LIBSOURCE)AttrList.cxx $(APPHEADERS)utility/AttrList.h
-
-